@charset "utf-8";
/* CSS Document */
 /* Add CSS for social icons */
.gen-icon {
    width: 50px;
    height: auto;
    vertical-align: middle;
	margin: 5px;
}
/* footer */

.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0px;
}
.footer a {color:white; text-decoration: none;}
.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-section {
  padding: 0 20px;
  text-align: center;
}

.footer-section h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.footer-section p {
  font-size: 0.9em;
  margin: 8px 0;
}

.footer-section form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section input[type="email"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 250px;
  margin-right: 10px;
}

.footer-section button {
  padding: 10px 20px;
  background-color: #0F0F0F;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer-section button:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .footer-section {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  
  .footer-section form {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-section input[type="email"] {
    width: 95%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#cright{
 color: darkgray; padding-top:12px; font-size: 12px;
	text-align: center;
}


.bg-blk {background-color: black; color: white;}
.post-img img { 
max-width: 100%; height: auto; margin: 0 auto; text-align: center; align-content: center;
}

.post-img { 
max-width: 1200px; height: auto; margin: 0 auto; text-align: center; align-content: center; background-color: black;;
}
